home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / plain / contrib / fnote.tex < prev    next >
Encoding:
Text File  |  1992-08-26  |  941 b   |  21 lines

  1. %%% fnote.tex ----------------cut here------------------------------------------
  2. \catcode`\@=11
  3. \def\vfootnote#1{\insert\footins\bgroup
  4.   \interlinepenalty\interfootnotelinepenalty
  5.   \splittopskip\ht\strutbox % top baseline for broken footnotes
  6.   \baselineskip=\normalbaselineskip % necessary for single space
  7.                                     % footnotes with double space
  8.                                     % text
  9.   \splitmaxdepth\dp\strutbox \floatingpenalty\@MM
  10.   \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip
  11.   \textindent{#1}\footstrut\futurelet\next\fo@t}% Change \textindent for
  12.                                                 % different footnote styles
  13. \newcount\footnum
  14.   \footnum=0
  15. \def\fnote{\advancefootnum
  16.   \footnote\fn@m}
  17. \def\advancefootnum{\advance\footnum by 1}
  18. \def\fn@m{{$^{\number\footnum}$}}
  19. \catcode`\@=12
  20. %%%---------------------Cut here------------------------------------------------
  21.